home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global OLDSOUND, UPG, GAMELEN
- set GAMELEN to 6
- set the text of field "LENGTHTEXT" to "6 WORKER GAME"
- if UPG = 0 then
- set the text of field "CLC" to " "
- end if
- if UPG = 1 then
- set the text of field "CLC" to "CLICK TO CONTINUE"
- end if
- if UPG = 1 then
- set the mouseDownScript to "CONTI"
- end if
- play frame "TITLE"
- set the mouseDownScript to EMPTY
- unLoadCast(183)
- unLoadCast(14)
- unLoadCast(76)
- unLoadCast(88)
- unLoadCast(106)
- unLoadCast(107)
- unLoadCast(180)
- unLoadCast(261)
- unLoadCast(112)
- unLoadCast(116)
- unLoadCast(261)
- end
-